home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #2 / Software USA Volume 5.02.iso / mac / children / 2 / Frog Hop Game / Frog Hop Game.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1998-09-21  |  211 b   |  11 lines

  1. on mouseUp
  2.   global GRIDNUM, grid
  3.   if (the clickOn - 14) = grid then
  4.     exit
  5.   end if
  6.   setAt(GRIDNUM, the clickOn - 14, 15)
  7.   set the castNum of sprite the clickOn to 15
  8.   updateStage()
  9.   dontPassEvent()
  10. end
  11.